Concept:
Data modeling in Haskell
Headline
Basic data modeling techniques in Haskell
Details
Basic concepts of data modeling in Haskell are covered. One important aspect of data modeling is the choice between structural versus nominal typing. This distinction gives rise to Haskell's type synonyms, algebraic data types, and record types. These options are conveniently illustrated with different data models for the @system. Another important aspect is the choice between different modeling options for recursive data structures, specifically the use of data composition and data variation. These options map to certain idioms of using algebraic data types in Haskell. These options are conveniently illustrated with different data models for the @system, when departmental nesting is taken into account. Related to data modeling, there is the potential requirement of information hiding such as in the context of abstract data types. Haskell's module system supports one approach to information hiding. This is illustrated with stacks in all detail.
Concepts
- Structural typing
- Nominal typing
- Type synonym
- Newtype
- Algebraic data type
- Data constructor
- Constructor component
- Record type
- Data composition
- Data variation
- Type constructor
- Tuple type
- Either type
- List type
- Maybe type
- Information hiding
- Abstract data type
- Stack
- Reverse Polish notation
Languages
Features
Contributions
There are no revisions for this page.
User contributions
User edits
Syntax for editing wiki
For you are available next options:will make text bold.
will make text italic.
will make text underlined.
will make text striked.
will allow you to paste code headline into the page.
will allow you to link into the page.
will allow you to paste code with syntax highlight into the page. You will need to define used programming language.
will allow you to paste image into the page.
is list with bullets.
is list with numbers.
will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.
will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.
will allow your to insert code snippets from @worker.
Syntax for editing wiki
For you are available next options:will make text bold.
will make text italic.
will make text underlined.
will make text striked.
will allow you to paste code headline into the page.
will allow you to link into the page.
will allow you to paste code with syntax highlight into the page. You will need to define used programming language.
will allow you to paste image into the page.
is list with bullets.
is list with numbers.
will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.
will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.
will allow your to insert code snippets from @worker.